home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / swingall.jar / javax / swing / plaf / metal / MetalFileChooserUI$2.class (.txt) < prev    next >
Encoding:
Java Class File  |  1999-07-15  |  867 b   |  20 lines

  1. package javax.swing.plaf.metal;
  2.  
  3. import java.awt.Dimension;
  4. import javax.swing.JButton;
  5.  
  6. final class MetalFileChooserUI$2 extends JButton {
  7.    // $FF: synthetic field
  8.    private final MetalFileChooserUI this$0;
  9.  
  10.    // $FF: synthetic method
  11.    MetalFileChooserUI$2(MetalFileChooserUI var1, String var2) {
  12.       super(var2);
  13.       this.this$0 = var1;
  14.    }
  15.  
  16.    public Dimension getMaximumSize() {
  17.       return MetalFileChooserUI.access$0(this.this$0).getPreferredSize().width > MetalFileChooserUI.access$1(this.this$0).getPreferredSize().width ? MetalFileChooserUI.access$0(this.this$0).getPreferredSize() : MetalFileChooserUI.access$1(this.this$0).getPreferredSize();
  18.    }
  19. }
  20.